速報APP / 教育 / LaunchPad Flight Controller

LaunchPad Flight Controller

價格:免費

更新日期:2017-02-07

檔案大小:1.3M

目前版本:1.0

版本需求:Android 4.0.3 以上版本

官方網站:https://github.com/Lauszus/LaunchPadFlightController

Email:lauszus@gmail.com

LaunchPad Flight Controller(圖1)-速報App

This is a flight controller app used for a quadcopter in X-configuration.

It is written for the Tiva C Series TM4C123G LaunchPad running at 80 MHz.

More information can be found at the following blog posts: http://blog.tkjelectronics.dk/2015/01/launchpad-flight-controller and http://blog.tkjelectronics.dk/2015/08/bachelors-thesis-launchpad-flight-controller.

Flight controller source code: https://github.com/Lauszus/LaunchPadFlightController

Android app source code: https://github.com/Lauszus/LaunchPadFlightControllerAndroid

# Features

LaunchPad Flight Controller(圖2)-速報App

* Rate mode, self level mode, heading hold and altitude hold

- __AUX1:__ Use 3-POS switch for self level and heading hold. At first position both are off, at second position self level is on and at third position both are on

- __AUX2:__ Use a 3-POS switch for altitude hold. Note that self level mode must be activated for altitude hold to work! At first position altitude hold is turned off, at second position altitude hold will use the distance measured using the sonar and at the third position altitude hold will be using the altitude estimated using the barometer and accelerometer

* Store PID values, calibration values etc. in EEPROM

* Gyro, accelerometer & magnetometer calibration routine

- Gyro is calibrated at startup

LaunchPad Flight Controller(圖3)-速報App

- Accelerometer and magnetometer calibration routine can be activated in the code or by using the Android app

- The magnetometer turns on the Blue LED while calibrating

+ Rotate flight controller slowly along all three axis

* Arm/disarm using rudder

* Status LEDs

* Supports CPPM receivers

LaunchPad Flight Controller(圖4)-速報App

* Gyro & accelerometer (MPU-6500 or MPU-9250)

* Magnetometer (HMC5883L or AK8963 (inside MPU-9250))

* Barometer (BMP180)

* Ultrasound sensor aka sonar (HC-SR04)

* [Android application](https://github.com/Lauszus/LaunchPadFlightControllerAndroid)

* OneShot125 ESC support

LaunchPad Flight Controller(圖5)-速報App

* Buzzer feedback

LaunchPad Flight Controller(圖6)-速報App